home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / custompalette.rc < prev    next >
Encoding:
Text File  |  2007-08-30  |  4.6 KB  |  186 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Bitmap
  27. //
  28.  
  29. IDB_BITMAP1             BITMAP  DISCARDABLE     "res\\bitmap1.bmp"
  30. IDB_PLT32               BITMAP  DISCARDABLE     "res\\plt32.bmp"
  31. IDB_PLT16               BITMAP  DISCARDABLE     "res\\plt16.bmp"
  32.  
  33. #ifdef APSTUDIO_INVOKED
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // TEXTINCLUDE
  37. //
  38.  
  39. 1 TEXTINCLUDE DISCARDABLE 
  40. BEGIN
  41.     "resource.h\0"
  42. END
  43.  
  44. 2 TEXTINCLUDE DISCARDABLE 
  45. BEGIN
  46.     "#include ""afxres.h""\r\n"
  47.     "\0"
  48. END
  49.  
  50. 3 TEXTINCLUDE DISCARDABLE 
  51. BEGIN
  52.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  53.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  54.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  55.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  56.     "\r\n"
  57.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  58.     "#ifdef _WIN32\r\n"
  59.     "LANGUAGE 9, 1\r\n"
  60.     "#pragma code_page(1252)\r\n"
  61.     "#endif //_WIN32\r\n"
  62.     "#include ""res\\CustomPalette.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  63.     "#include ""afxres.rc""         // Standard components\r\n"
  64.     "#endif\r\n"
  65.     "\0"
  66. END
  67.  
  68. #endif    // APSTUDIO_INVOKED
  69.  
  70.  
  71. #ifndef _MAC
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Version
  75. //
  76.  
  77. VS_VERSION_INFO VERSIONINFO
  78. FILEVERSION 14,1,56,6
  79. PRODUCTVERSION 14,1,56,6
  80.  FILEFLAGSMASK 0x3fL
  81. #ifdef _DEBUG
  82.  FILEFLAGS 0x1L
  83. #else
  84.  FILEFLAGS 0x0L
  85. #endif
  86.  FILEOS 0x4L
  87.  FILETYPE 0x2L
  88.  FILESUBTYPE 0x0L
  89. BEGIN
  90.     BLOCK "StringFileInfo"
  91.     BEGIN
  92.         BLOCK "040904B0"
  93.         BEGIN
  94.             VALUE "CompanyName", "\0"
  95.             VALUE "FileDescription", "CustomPalette DLL\0"
  96.             VALUE "FileVersion", "14, 1, 56, 6\0"
  97.             VALUE "InternalName", "CustomPalette\0"
  98.             VALUE "LegalCopyright", "Copyright (C) 2000\0"
  99.             VALUE "LegalTrademarks", "\0"
  100.             VALUE "OriginalFilename", "CustomPalette.DLL\0"
  101.             VALUE "ProductName", "CustomPalette Dynamic Link Library\0"
  102.             VALUE "ProductVersion", "14, 1, 56, 6\0"
  103.             VALUE "OLESelfRegister", "\0"
  104.         END
  105.     END
  106.     BLOCK "VarFileInfo"
  107.     BEGIN
  108.         VALUE "Translation", 0x409, 1200
  109.     END
  110. END
  111.  
  112. #endif    // !_MAC
  113.  
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // Dialog
  118. //
  119.  
  120. IDD_PALDLG DIALOG DISCARDABLE  0, 0, 148, 94
  121. STYLE DS_3DLOOK | WS_CHILD
  122. FONT 8, "MS Sans Serif"
  123. BEGIN
  124.     LTEXT           "Custom docking palette",IDC_STATIC,21,18,84,11
  125.     PUSHBUTTON      "Get count of opened drawings",IDC_TEST,22,65,103,16
  126. END
  127.  
  128.  
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // DESIGNINFO
  132. //
  133.  
  134. #ifdef APSTUDIO_INVOKED
  135. GUIDELINES DESIGNINFO DISCARDABLE 
  136. BEGIN
  137.     IDD_PALDLG, DIALOG
  138.     BEGIN
  139.         LEFTMARGIN, 7
  140.         RIGHTMARGIN, 141
  141.         TOPMARGIN, 7
  142.         BOTTOMMARGIN, 87
  143.     END
  144. END
  145. #endif    // APSTUDIO_INVOKED
  146.  
  147.  
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // String Table
  151. //
  152.  
  153. STRINGTABLE DISCARDABLE 
  154. BEGIN
  155.     IDS_DESCRIPTION         "Custom docking palette"
  156.     IDS_NAME                "Custom Palette"
  157. END
  158.  
  159. #endif    // English (U.S.) resources
  160. /////////////////////////////////////////////////////////////////////////////
  161.  
  162.  
  163.  
  164. #ifndef APSTUDIO_INVOKED
  165. /////////////////////////////////////////////////////////////////////////////
  166. //
  167. // Generated from the TEXTINCLUDE 3 resource.
  168. //
  169. #define _AFX_NO_SPLITTER_RESOURCES
  170. #define _AFX_NO_OLE_RESOURCES
  171. #define _AFX_NO_TRACKER_RESOURCES
  172. #define _AFX_NO_PROPERTY_RESOURCES
  173.  
  174. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  175. #ifdef _WIN32
  176. LANGUAGE 9, 1
  177. #pragma code_page(1252)
  178. #endif //_WIN32
  179. #include "res\CustomPalette.rc2"  // non-Microsoft Visual C++ edited resources
  180. #include "afxres.rc"         // Standard components
  181. #endif
  182.  
  183. /////////////////////////////////////////////////////////////////////////////
  184. #endif    // not APSTUDIO_INVOKED
  185.  
  186.